Robert 1 năm trước cách đây
mục cha
commit
ca4b0e545c

+ 2 - 2
FreeAPS/Sources/Modules/DataTable/View/DataTableRootView.swift

@@ -317,8 +317,8 @@ extension DataTable {
                     ) as NSNumber)!
                     ) as NSNumber)!
                 } ?? "--")
                 } ?? "--")
                 if item.glucose.type == "Manual" {
                 if item.glucose.type == "Manual" {
-                        Image(systemName: "drop.fill")
-                            .foregroundColor(Color.loopRed)
+                    Image(systemName: "drop.fill")
+                        .foregroundColor(Color.loopRed)
                 } else {
                 } else {
                     Text(item.glucose.direction?.symbol ?? "--")
                     Text(item.glucose.direction?.symbol ?? "--")
                 }
                 }